home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / prog / fp97be~1.exe / RCDATA / CABINET / data.z / httpd.org < prev    next >
Text File  |  1996-09-28  |  2KB  |  76 lines

  1. #----------------------------------------------------------------------
  2. #
  3. #   HTTPD.CNF
  4. #
  5. # Main server configuration for the FrontPage Personal Web Server
  6. #
  7. # This is the main server configuration file. It is best to
  8. # leave the directives in this file in the order they are in, or
  9. # things may not go the way you'd like.
  10. #
  11. # Do NOT simply read the instructions in here without understanding
  12. # what they do, if you are unsure consult the online docs.
  13. #
  14. # Server configuration commands are similar to those for the NCSA
  15. # server version 1.3R.  If you have questions please see the online
  16. # documentation at http://hoohoo.ncsa.uiuc.edu
  17. #
  18. # NOTE: path defaults are relative to the server's installation
  19. #       directory (ServerRoot). Paths should be given in Unix 
  20. #       format (using '/').
  21. #
  22. #----------------------------------------------------------------------
  23.  
  24. # ServerRoot: The directory the server's config, error, and log files
  25. # are kept in. This should be specified on the startup command line.
  26. #
  27. # Format: ServerRoot <path>
  28. #
  29. ServerRoot VSERVER/
  30.  
  31. # Port: The port the standalone listens to. 80 is the network standard.
  32. #
  33. Port VPORT
  34.  
  35. # Timeout: The timeout applied to all network operations. It's the
  36. # maximum time for a network send or receive, and the maximum time that
  37. # a CGI script is allowed to take.  The default is 20 minutes (1200 seconds).
  38. #
  39. # Format: Timeout nn    (seconds)
  40. #
  41. # Timeout 1200
  42.  
  43. # ServerAdmin: Your address, where problems with the server should be
  44. # e-mailed.
  45. #
  46. # Format: ServerAdmin <email addr>
  47. #
  48. # ServerAdmin www-admin
  49.  
  50. # ErrorLog: The location of the error log file. If this does not start
  51. # with / or a drive spec (recommended!), ServerRoot is prepended to it.
  52. #
  53. # Format: ErrorLog <path/file>
  54. #
  55. # ErrorLog logs/error.log
  56.  
  57. # TransferLog: The location of the transfer log file. If this does not
  58. # start with / or a drive spec (recommended!), ServerRoot is prepended to it.
  59. #
  60. # Format: TransferLog <path/file>
  61. #
  62. # TransferLog logs/access.log
  63.  
  64. # ServerName allows you to set a host name which is sent back to clients for
  65. # your server if it's different than the one the program would get (i.e. use
  66. # "www" instead of the host's real name). Make sure your DNS is set up to
  67. # alias the name to your system!
  68. #
  69. # Format: ServerName <domain name>
  70. #
  71. # no default
  72.  
  73. # Command line template for CGI WinExec
  74. # Uncomment next line for shorter form of command line
  75. ShellWinCmdTempl ~p ~v ~a
  76.